|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.commands.CategoryEvent
An instance of CategoryEvent
describes changes to an instance
of ICategory
.
This class is not intended to be extended by clients.
EXPERIMENTAL
ICategory
,
ICategoryListener.categoryChanged(org.eclipse.ui.commands.CategoryEvent)
Constructor Summary | |
CategoryEvent(ICategory category,
boolean definedChanged,
boolean descriptionChanged,
boolean nameChanged)
TODO javadoc |
Method Summary | |
ICategory |
getCategory()
Returns the instance of ICategory that has changed. |
boolean |
hasDefinedChanged()
TODO javadoc |
boolean |
hasDescriptionChanged()
TODO javadoc |
boolean |
hasNameChanged()
TODO javadoc |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CategoryEvent(ICategory category, boolean definedChanged, boolean descriptionChanged, boolean nameChanged)
category
- definedChanged
- descriptionChanged
- nameChanged
- Method Detail |
public ICategory getCategory()
ICategory
that has changed.
ICategory
that has changed.
Guaranteed not to be null
.public boolean hasDefinedChanged()
public boolean hasDescriptionChanged()
public boolean hasNameChanged()
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |